From: Eli Zaretskii Date: Thu, 3 Aug 2023 08:07:39 +0000 (+0300) Subject: ; Better help-echo for Customize menu items X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~4805 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5f1c0d1c44c0b57d4f6aaea186553872bbcf20ec;p=emacs.git ; Better help-echo for Customize menu items * lisp/menu-bar.el (menu-bar-custom-menu): Better help-echo for Customize menu items. (Bug#64871) --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 030fe374598..7738206d6d3 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -686,10 +686,10 @@ Do the same for the keys of the same name." menu-bar-separator) (bindings--define-key menu [customize-browse] '(menu-item "Browse Customization Groups" customize-browse - :help "Browse all customization groups")) + :help "Tree-like browser of all the groups of customizable options")) (bindings--define-key menu [customize] - '(menu-item "Top-level Customization Group" customize - :help "The master group called `Emacs'")) + '(menu-item "Top-level Emacs Customization Group" customize + :help "Top-level groups of customizable options, and their descriptions")) (bindings--define-key menu [customize-themes] '(menu-item "Custom Themes" customize-themes :help "Choose a pre-defined customization theme"))